home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / multimed / wavemake / wmwin.exe / 0 / RCDATA / TCONVERTDLG / TCONVERTDLG.txt
Text File  |  1996-04-23  |  9KB  |  420 lines

  1. object ConvertDlg: TConvertDlg
  2.   Left = 22
  3.   Top = 42
  4.   HelpContext = 5000
  5.   ActiveControl = toFile
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Convert'
  9.   ClientHeight = 302
  10.   ClientWidth = 408
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 5
  19.     Top = 11
  20.     Width = 28
  21.     Height = 13
  22.     Caption = 'From'
  23.   end
  24.   object Label3: TLabel
  25.     Left = 5
  26.     Top = 35
  27.     Width = 16
  28.     Height = 13
  29.     Caption = 'To'
  30.   end
  31.   object LSTdir: TLabel
  32.     Left = 176
  33.     Top = 0
  34.     Width = 38
  35.     Height = 13
  36.     Caption = 'LSTdir'
  37.     Visible = False
  38.   end
  39.   object WAVdir: TLabel
  40.     Left = 280
  41.     Top = 0
  42.     Width = 43
  43.     Height = 13
  44.     Caption = 'WAVdir'
  45.     Visible = False
  46.   end
  47.   object PRGdir: TLabel
  48.     Left = 224
  49.     Top = 0
  50.     Width = 41
  51.     Height = 13
  52.     Caption = 'PRGdir'
  53.     Visible = False
  54.   end
  55.   object DFTdir: TLabel
  56.     Left = 128
  57.     Top = 0
  58.     Width = 39
  59.     Height = 13
  60.     Caption = 'DFTdir'
  61.     Visible = False
  62.   end
  63.   object songDir: TLabel
  64.     Left = 72
  65.     Top = 0
  66.     Width = 44
  67.     Height = 13
  68.     Caption = 'songDir'
  69.     Visible = False
  70.   end
  71.   object MIDdir: TLabel
  72.     Left = 336
  73.     Top = 0
  74.     Width = 38
  75.     Height = 13
  76.     Caption = 'MIDdir'
  77.     Visible = False
  78.   end
  79.   object CancelBtn: TBitBtn
  80.     Left = 164
  81.     Top = 260
  82.     Width = 81
  83.     Height = 32
  84.     TabOrder = 4
  85.     Kind = bkCancel
  86.     Margin = 2
  87.     Spacing = -1
  88.     IsControl = True
  89.   end
  90.   object HelpBtn: TBitBtn
  91.     Left = 256
  92.     Top = 260
  93.     Width = 81
  94.     Height = 32
  95.     HelpContext = 5000
  96.     TabOrder = 5
  97.     OnClick = HelpBtnClick
  98.     Kind = bkHelp
  99.     Margin = 2
  100.     Spacing = -1
  101.     IsControl = True
  102.   end
  103.   object GroupBox1: TGroupBox
  104.     Left = 8
  105.     Top = 64
  106.     Width = 393
  107.     Height = 185
  108.     Caption = 'Operation'
  109.     TabOrder = 2
  110.     object Bevel2: TBevel
  111.       Left = 8
  112.       Top = 120
  113.       Width = 121
  114.       Height = 57
  115.     end
  116.     object Bevel3: TBevel
  117.       Left = 264
  118.       Top = 120
  119.       Width = 121
  120.       Height = 57
  121.     end
  122.     object Bevel1: TBevel
  123.       Left = 8
  124.       Top = 24
  125.       Width = 377
  126.       Height = 17
  127.       Shape = bsTopLine
  128.     end
  129.     object Bevel4: TBevel
  130.       Left = 8
  131.       Top = 24
  132.       Width = 9
  133.       Height = 89
  134.       Shape = bsLeftLine
  135.     end
  136.     object Bevel5: TBevel
  137.       Left = 368
  138.       Top = 24
  139.       Width = 17
  140.       Height = 89
  141.       Shape = bsRightLine
  142.     end
  143.     object Bevel6: TBevel
  144.       Left = 8
  145.       Top = 112
  146.       Width = 129
  147.       Height = 16
  148.       Shape = bsTopLine
  149.     end
  150.     object Bevel7: TBevel
  151.       Left = 136
  152.       Top = 112
  153.       Width = 17
  154.       Height = 65
  155.       Shape = bsLeftLine
  156.     end
  157.     object Bevel8: TBevel
  158.       Left = 136
  159.       Top = 168
  160.       Width = 121
  161.       Height = 9
  162.       Shape = bsBottomLine
  163.     end
  164.     object Bevel9: TBevel
  165.       Left = 240
  166.       Top = 111
  167.       Width = 17
  168.       Height = 65
  169.       Shape = bsRightLine
  170.     end
  171.     object Bevel10: TBevel
  172.       Left = 255
  173.       Top = 104
  174.       Width = 128
  175.       Height = 9
  176.       Shape = bsBottomLine
  177.     end
  178.     object MIDtoLSTbutton: TRadioButton
  179.       Left = 24
  180.       Top = 128
  181.       Width = 89
  182.       Height = 17
  183.       Caption = 'MID to LST'
  184.       TabOrder = 4
  185.       OnClick = MIDtoLSTbuttonClick
  186.     end
  187.     object DFTtoWAVbutton: TRadioButton
  188.       Left = 280
  189.       Top = 128
  190.       Width = 97
  191.       Height = 17
  192.       Caption = 'DFT to WAV'
  193.       TabOrder = 2
  194.       OnClick = DFTtoWAVbuttonClick
  195.     end
  196.     object MID1to0Button: TRadioButton
  197.       Left = 24
  198.       Top = 152
  199.       Width = 89
  200.       Height = 17
  201.       Caption = 'MID 1 to 0'
  202.       TabOrder = 5
  203.       OnClick = MID1to0ButtonClick
  204.     end
  205.     object LSTtoWAVbutton: TRadioButton
  206.       Left = 152
  207.       Top = 152
  208.       Width = 97
  209.       Height = 17
  210.       Caption = 'LST to WAV'
  211.       TabOrder = 0
  212.       OnClick = LSTtoWAVbuttonClick
  213.     end
  214.     object WAVtoDFTbutton: TRadioButton
  215.       Left = 280
  216.       Top = 152
  217.       Width = 97
  218.       Height = 17
  219.       Caption = 'WAV to DFT'
  220.       TabOrder = 3
  221.       OnClick = WAVtoDFTbuttonClick
  222.     end
  223.     object MIDtoWAVbutton: TRadioButton
  224.       Left = 152
  225.       Top = 128
  226.       Width = 97
  227.       Height = 17
  228.       Caption = 'MID to WAV'
  229.       TabOrder = 1
  230.       OnClick = MIDtoWAVbuttonClick
  231.     end
  232.     object Panel3: TPanel
  233.       Left = 16
  234.       Top = 72
  235.       Width = 289
  236.       Height = 33
  237.       Caption = 'Panel3'
  238.       TabOrder = 8
  239.       object elevenButton: TRadioButton
  240.         Left = 8
  241.         Top = 8
  242.         Width = 81
  243.         Height = 17
  244.         Caption = '11025 Hz'
  245.         TabOrder = 0
  246.       end
  247.       object twentytwoButton: TRadioButton
  248.         Left = 104
  249.         Top = 8
  250.         Width = 81
  251.         Height = 17
  252.         Caption = '22050 Hz'
  253.         TabOrder = 1
  254.       end
  255.       object fourtyfourButton: TRadioButton
  256.         Left = 200
  257.         Top = 8
  258.         Width = 73
  259.         Height = 17
  260.         Caption = '44100 Hz'
  261.         Checked = True
  262.         TabOrder = 2
  263.         TabStop = True
  264.       end
  265.     end
  266.     object Panel2: TPanel
  267.       Left = 168
  268.       Top = 32
  269.       Width = 137
  270.       Height = 33
  271.       TabOrder = 7
  272.       object eightButton: TRadioButton
  273.         Left = 8
  274.         Top = 8
  275.         Width = 57
  276.         Height = 17
  277.         Caption = '8 bits'
  278.         TabOrder = 0
  279.       end
  280.       object sixteenButton: TRadioButton
  281.         Left = 72
  282.         Top = 8
  283.         Width = 57
  284.         Height = 17
  285.         Caption = '16 bits'
  286.         Checked = True
  287.         TabOrder = 1
  288.         TabStop = True
  289.       end
  290.     end
  291.     object Panel1: TPanel
  292.       Left = 16
  293.       Top = 32
  294.       Width = 137
  295.       Height = 33
  296.       TabOrder = 6
  297.       object monoButton: TRadioButton
  298.         Left = 8
  299.         Top = 8
  300.         Width = 57
  301.         Height = 17
  302.         Caption = 'Mono'
  303.         TabOrder = 0
  304.       end
  305.       object stereoButton: TRadioButton
  306.         Left = 72
  307.         Top = 8
  308.         Width = 57
  309.         Height = 17
  310.         Caption = 'Stereo'
  311.         Checked = True
  312.         TabOrder = 1
  313.         TabStop = True
  314.       end
  315.     end
  316.     object Panel4: TPanel
  317.       Left = 312
  318.       Top = 32
  319.       Width = 65
  320.       Height = 73
  321.       TabOrder = 9
  322.       object Label1: TLabel
  323.         Left = 12
  324.         Top = 8
  325.         Width = 42
  326.         Height = 13
  327.         Caption = 'Volume'
  328.       end
  329.       object volumeEdit: TEdit
  330.         Left = 8
  331.         Top = 32
  332.         Width = 30
  333.         Height = 21
  334.         TabOrder = 0
  335.         Text = '1.0'
  336.         OnDblClick = volumeEditEnter
  337.         OnEnter = volumeEditEnter
  338.         OnExit = volumeEditExit
  339.         OnKeyPress = volumeEditKeyPress
  340.       end
  341.       object volumeButton: TSpinButton
  342.         Left = 37
  343.         Top = 33
  344.         Width = 20
  345.         Height = 19
  346.         DownGlyph.Data = {
  347.           A6000000424DA600000000000000760000002800000009000000060000000100
  348.           0400000000003000000000000000000000000000000000000000000000000000
  349.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  350.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  351.           0000333303333000000033300033300000003300000330000000300000003000
  352.           00003333333330000000}
  353.         TabOrder = 1
  354.         UpGlyph.Data = {
  355.           A6000000424DA600000000000000760000002800000009000000060000000100
  356.           0400000000003000000000000000000000000000000000000000000000000000
  357.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  358.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  359.           0000300000003000000033000003300000003330003330000000333303333000
  360.           00003333333330000000}
  361.         OnDownClick = volumeButtonDownClick
  362.         OnUpClick = volumeButtonUpClick
  363.       end
  364.     end
  365.   end
  366.   object fromFile: TEdit
  367.     Left = 40
  368.     Top = 15
  369.     Width = 360
  370.     Height = 21
  371.     TabOrder = 0
  372.     Text = 'fromFile'
  373.     OnClick = fromFileExit
  374.     OnExit = fromFileExit
  375.     OnKeyPress = fromFileKeyPress
  376.   end
  377.   object toFile: TEdit
  378.     Left = 40
  379.     Top = 39
  380.     Width = 360
  381.     Height = 21
  382.     TabOrder = 1
  383.     Text = 'toFile'
  384.     OnClick = toFileExit
  385.     OnExit = toFileExit
  386.     OnKeyPress = toFileKeyPress
  387.   end
  388.   object OKBtn: TBitBtn
  389.     Left = 72
  390.     Top = 260
  391.     Width = 81
  392.     Height = 32
  393.     Caption = 'OK'
  394.     ModalResult = 1
  395.     TabOrder = 3
  396.     OnClick = OKbtnClick
  397.     Glyph.Data = {
  398.       DE010000424DDE01000000000000760000002800000024000000120000000100
  399.       0400000000006801000000000000000000000000000000000000000000000000
  400.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  401.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  402.       3333333333333333333333330000333333333333333333333333F33333333333
  403.       00003333344333333333333333377F3333333333000033334224333333333333
  404.       337337F3333333330000333422224333333333333733337F3333333300003342
  405.       222224333333333373333337F3333333000034222A22224333333337F337F333
  406.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  407.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  408.       0000333333333A222433333333333337F337F33300003333333333A222433333
  409.       333333337F337F33000033333333333A222433333333333337F337F300003333
  410.       33333333A222433333333333337F337F00003333333333333A22433333333333
  411.       3337F37F000033333333333333A223333333333333337F730000333333333333
  412.       333A333333333333333337330000333333333333333333333333333333333333
  413.       0000}
  414.     Margin = 2
  415.     NumGlyphs = 2
  416.     Spacing = -1
  417.     IsControl = True
  418.   end
  419. end
  420.